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 larry
Recipients larry, nadeem.vawda, vajrasky
Date 2014-01-16.07:37:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389857858.0.0.673553252878.issue20185@psf.upfronthosting.co.za>
In-reply-to
Content
Someone else came up with this hack using a custom converter:

class PID_converter(int_converter):
  format_unit = '" _Py_PARSE_PID "'

Also, for marshal.version, soon you will be able to.  This syntax won't work now but it will soon:

version: int(c_default="Py_MARSHAL_VERSION") = version
History
Date User Action Args
2014-01-16 07:37:38larrysetrecipients: + larry, nadeem.vawda, vajrasky
2014-01-16 07:37:38larrysetmessageid: <1389857858.0.0.673553252878.issue20185@psf.upfronthosting.co.za>
2014-01-16 07:37:37larrylinkissue20185 messages
2014-01-16 07:37:37larrycreate