[issue1662581] the re module can perform poorly: O(2**n) versus O(n**2)

2008-07-09 Thread Yarko Tymciurak
Yarko Tymciurak [EMAIL PROTECTED] added the comment: Not sure if this is a real-world case of this in particular, but possibly: http://groups.google.com/group/web2py/browse_thread/thread/59ff2e31698bced6/9bbae2d482d11b88 -- nosy: +yarkot ___ Python

[issue32753] ssl.SSLError exceptions in test_poplib

2018-02-02 Thread Yarko Tymciurak
Yarko Tymciurak <yark...@gmail.com> added the comment: ...also, my initial build (after inspecting git log) was from (as I usually do) master/HEAD; To check that this was indeed from v3.7.0b1 release, I `distclean` and checked out the v3.7.0b1 tag, and rebuilt. (Looks like same

[issue32753] ssl.SSLError exceptions in test_poplib

2018-02-02 Thread Yarko Tymciurak
New submission from Yarko Tymciurak <yark...@gmail.com>: Just built v3.7.0b1, and have the following test hangs (see attached). My build is on Ubuntu 16.04; lsb_release -a output: LSB Version: core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubu

[issue32810] Expose ags_gen and agt_gen in asynchronous generators

2018-02-09 Thread Yarko Tymciurak
Change by Yarko Tymciurak <yark...@gmail.com>: -- nosy: +yarkot ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32810> ___ __