Nic Watson

Results 4 issues of Nic Watson

## Bug Description The current description for \w is: `Matches any letter, digit or underscore. Equivalent to [a-zA-Z0-9_].` For Python 3, unless the ASCII flag is set, matches Unicode word...

enhancement
low prio
python
documentation

https://github.com/jnwatson/py-lmdb/issues/199#issuecomment-509134650

Ubuntu lmdb version 0.94, cpython version. This code added as a method to CrashTest in tests/crash_test.py crashes 90% of the time: ``` def testCloseGetRace(self): def reader(self): for i in range(1000):...