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 Claudiu.Popa
Recipients Claudiu.Popa, chris.jerdonek, ezio.melotti, mrabarnett, rhettinger, serhiy.storchaka
Date 2013-10-17.06:19:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381990756.47.0.351919283211.issue17087@psf.upfronthosting.co.za>
In-reply-to
Content
I could use self->pattern->logical_size, but it seems that I still need the call to getstring for bytes & co, to obtain the view to the underlying buffer (otherwise the group0 part from the repr will contain random bytes). I didn't find a simpler way to achieve this.
History
Date User Action Args
2013-10-17 06:19:16Claudiu.Popasetrecipients: + Claudiu.Popa, rhettinger, ezio.melotti, mrabarnett, chris.jerdonek, serhiy.storchaka
2013-10-17 06:19:16Claudiu.Popasetmessageid: <1381990756.47.0.351919283211.issue17087@psf.upfronthosting.co.za>
2013-10-17 06:19:16Claudiu.Popalinkissue17087 messages
2013-10-17 06:19:15Claudiu.Popacreate