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 kirkshorts
Recipients amaury.forgeotdarc, effbot, kirkshorts
Date 2008-07-23.22:53:02
SpamBayes Score 0.0026354897
Marked as misclassified No
Message-id <1216853589.42.0.0072259585625.issue3353@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry for the terribly dumb question about this.

Are you meaning that, at this stage, all that is required is:

 1. the application of the PyAPI_FUNC macro
 2. move the file to the Include directory
 3. update Makefile.pre.in to point to the new location

Just I have read this now 10 times or so and keep thinking more must be
involved :-) [certainly given my embarrassing start to the Python dev
community re:asynchronous thread exceptions :-| ]

I have attached a patch that does this. Though at this time it is
lacking any documentation that will state what parts of "struct
tok_state" are private and public. I will need to trawl the code some
more to do that.

I have executed:

 - ./configure
 - make
 - make test

And all proceed well.
History
Date User Action Args
2008-07-23 22:53:10kirkshortssetspambayes_score: 0.00263549 -> 0.0026354897
recipients: + kirkshorts, effbot, amaury.forgeotdarc
2008-07-23 22:53:09kirkshortssetspambayes_score: 0.00263549 -> 0.00263549
messageid: <1216853589.42.0.0072259585625.issue3353@psf.upfronthosting.co.za>
2008-07-23 22:53:05kirkshortslinkissue3353 messages
2008-07-23 22:53:05kirkshortscreate