[Patches] [Patch #101416] coax _sre.c into using Py_GetRecursionLimit()

noreply@sourceforge.net noreply@sourceforge.net
Wed, 18 Oct 2000 07:44:21 -0700


Patch #101416 has been updated. 

Project: 
Category: Modules
Status: Open
Summary: coax _sre.c into using Py_GetRecursionLimit()

Follow-Ups:

Date: 2000-Sep-04 09:02
By: montanaro

Comment:
seems obvious that Fredrik should be the one to handle
this...
-------------------------------------------------------

Date: 2000-Sep-15 07:21
By: fdrake

Comment:
The declaration of rlimit should be wrapped in #ifdef USE_RECURSION_LIMIT / #endif, since it isn't used otherwise.
-------------------------------------------------------

Date: 2000-Sep-15 08:26
By: montanaro

Comment:
thanks - new version adds the appropriate ifdef

-------------------------------------------------------

Date: 2000-Sep-22 05:54
By: fdrake

Comment:
Fredrik, are there problems with this patch?  Does it not make sense?

Please take action on this.
-------------------------------------------------------

Date: 2000-Sep-25 09:50
By: montanaro

Comment:
Postponing this is okay with me, but I am almost certain
the new _sre module is going to cause problems for
nasty regular expressions that the 1.5.2 re module
could handle.


-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101416&group_id=5470