Patch for ExtensionClass
Thomas Heller
thomas.heller at ion-tof.com
Wed Oct 25 03:21:00 EDT 2000
More information about the Python-list mailing list
Wed Oct 25 03:21:00 EDT 2000
- Previous message (by thread): Scripting SSH with Python
- Next message (by thread): Want to watch us???
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The current ExtensionClass RCSid 1.39 is not compatible with python 2.0 with Py_TRACE_REFS defined (in debug mode). Reason: You zero out newly created instances and fiddle the refcount explicitely. This patch fixes this problem. Regards, Thomas Heller -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: diff.txt URL: <http://mail.python.org/pipermail/python-list/attachments/20001025/3e5ebf44/attachment.txt>
- Previous message (by thread): Scripting SSH with Python
- Next message (by thread): Want to watch us???
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list