[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 tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1662581
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 error / behavior).

--

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32753>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
Distributor ID: Ubuntu
Description:Ubuntu 16.04.3 LTS
Release:16.04
Codename:   xenial

My "usual" config / build process:

$ make distclean
$ ./configure --enable-shared --enable-loadable-sqlite-extensions 
--with-system-ffi --with-ensurepip=upgrade --enable-optimizations
$ make -j

I have been building 3.7 weekly, from master, and I've never seen anything like 
this before.

--
components: asyncio
files: v3.7.0b1-test-failure.txt
messages: 311521
nosy: asvetlov, yarkot, yselivanov
priority: normal
severity: normal
status: open
title: ssl.SSLError exceptions in test_poplib
type: crash
versions: Python 3.7
Added file: https://bugs.python.org/file47421/v3.7.0b1-test-failure.txt

___
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32753>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com