This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Robin.Schreiber
Recipients Robin.Schreiber, belopolsky, loewis, pitrou, skrah
Date 2013-08-11.11:11:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376219510.56.0.196070734349.issue15787@psf.upfronthosting.co.za>
In-reply-to
Content
I have in fact used abitype.py to produce all of my PEP 384 patches, however it failed to work correctly in like 50% of all cases, and I had to complete the rest of the patch by hand.I thought about correcting the abitype.py throughout the GSOC, but I happened to find it easier to simply do the missing steps by hand. (I don't know If the script has been fixed up to this point though).
In any case, it might also be interesting for external extension module developers to make use of a fully working version of this script, so they can make their modules PEP 384 compliant without investing too much time.
One has to keep in mind however that almost any script will fail to work by itself, once we run into problems like refcounting or concurrency when applying the patch to a module.

I will have some free time throughout next week and will start to correct the patches for the xx modules (as Alex proposed), and continue from there to all the other patches I have submitted a year ago.

I am deeply sorry that I have not continued my work on this project earlier, however I dramatically underestimated the amount if work related to university, etc... I still feel obliged to complete all these patches.
History
Date User Action Args
2013-08-11 11:11:50Robin.Schreibersetrecipients: + Robin.Schreiber, loewis, belopolsky, pitrou, skrah
2013-08-11 11:11:50Robin.Schreibersetmessageid: <1376219510.56.0.196070734349.issue15787@psf.upfronthosting.co.za>
2013-08-11 11:11:50Robin.Schreiberlinkissue15787 messages
2013-08-11 11:11:49Robin.Schreibercreate