Summary: | py2cairo, ImageSurface.create_for_data uses deprecated buffer API. | ||
---|---|---|---|
Product: | pycairo | Reporter: | dkreuter |
Component: | general | Assignee: | Steve Chaplin <d74n5pohf9> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
dkreuter
2012-01-25 06:16:02 UTC
The buffer API is deprecated, but so is Python 2 - they are well suited. I don't think it will ever be removed from Python 2, so it should continue to work as it is. I'm in the process of adding the new buffer API for the Python 3 cairo version. But I don't think its worth adding it for Python 2 cairo since it is probably an incompatible change, and may break existing Python 2 code. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.