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 serhiy.storchaka
Recipients ezio.melotti, jcgoble3, mrabarnett, pitrou, serhiy.storchaka
Date 2016-02-17.12:39:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455712777.69.0.66911608829.issue26336@psf.upfronthosting.co.za>
In-reply-to
Content
Regex bytecode is implementation detail. It was 16-bit in narrow builds, but was changed to at least 32-bit in bugfix releases. It can be changed to 64-bit or to pack an argument with an opcode in one word. The implementation can not use the bytecode at all, but use the tree instead.
History
Date User Action Args
2016-02-17 12:39:37serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, mrabarnett, jcgoble3
2016-02-17 12:39:37serhiy.storchakasetmessageid: <1455712777.69.0.66911608829.issue26336@psf.upfronthosting.co.za>
2016-02-17 12:39:37serhiy.storchakalinkissue26336 messages
2016-02-17 12:39:37serhiy.storchakacreate