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 rhettinger
Recipients daniel.urban, eric.smith, gruszczy, ncoghlan, rhettinger, stutzbach, terry.reedy
Date 2011-04-05.00:43:53
SpamBayes Score 0.0014889173
Marked as misclassified No
Message-id <1301964237.09.0.355337631018.issue11707@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching cleaned-up version of the patch, making it more like the pure python version:

* Made 'obj' a member so it is an accessible field
* Accept keyword arguments
* Create arg tuple like was done in the Py2.7 code
* Create the zero only once
* Expanded tests to cover all code paths
History
Date User Action Args
2011-04-05 00:43:57rhettingersetrecipients: + rhettinger, terry.reedy, ncoghlan, eric.smith, stutzbach, gruszczy, daniel.urban
2011-04-05 00:43:57rhettingersetmessageid: <1301964237.09.0.355337631018.issue11707@psf.upfronthosting.co.za>
2011-04-05 00:43:54rhettingerlinkissue11707 messages
2011-04-05 00:43:54rhettingercreate