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 vstinner
Recipients brett.cannon, vstinner, yselivanov
Date 2016-01-19.10:49:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453200596.27.0.805782160666.issue26145@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 2:

* allow "-" character in the argument of the -o command line option
* add an unit test on invalid type for code transformer
* fix a crash in sys.set_code_transformers(): replace Py_DECREF() with Py_XDECREF()
History
Date User Action Args
2016-01-19 10:50:00vstinnersetrecipients: + vstinner, brett.cannon, yselivanov
2016-01-19 10:49:56vstinnersetmessageid: <1453200596.27.0.805782160666.issue26145@psf.upfronthosting.co.za>
2016-01-19 10:49:56vstinnerlinkissue26145 messages
2016-01-19 10:49:56vstinnercreate