Message200053
Added the new patch, which addresses Serhiy's comments.
Also, this approach fails when bytes are involved:
>>> import re
>>> re.search(b"a", b"a")
Assertion failed: (PyUnicode_Check(op)), function _PyUnicode_CheckConsistency, file Objects/unicodeobject.c, line 309.
Should a check be added for this also? |
|
| Date |
User |
Action |
Args |
| 2013-10-16 11:28:34 | Claudiu.Popa | set | recipients:
+ Claudiu.Popa, rhettinger, ezio.melotti, mrabarnett, chris.jerdonek, serhiy.storchaka |
| 2013-10-16 11:28:34 | Claudiu.Popa | set | messageid: <[email protected]> |
| 2013-10-16 11:28:34 | Claudiu.Popa | link | issue17087 messages |
| 2013-10-16 11:28:34 | Claudiu.Popa | create | |
|