Issue 813391: _sre stack overflow on FreeBSD/amd64 and /sparc64 (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/39314

classification

Title: _sre stack overflow on FreeBSD/amd64 and /sparc64
Type: Stage:
Components: Library (Lib) Versions: Python 2.3

process

Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: hyeshik.chang, loewis
Priority: normal Keywords: patch

Created on 2003-09-27 03:21 by hyeshik.chang, last changed 2022-04-10 16:11 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
_sre.c-freebsd64.diff hyeshik.chang,2003-09-27 03:21 sre patch for FreeBSD/amd64 and /sparc64
Messages (3)
msg44699 - (view) Author: Hyeshik Chang (hyeshik.chang) * (Python committer) Date: 2003-09-27 03:21
FreeBSD/amd64 and /sparc64 require even smaller limits. (FreeBSD/ia64 is safe enough with 6500.) Please see the attachment.
msg44700 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-09-27 17:26
Logged In: YES user_id=21627 The patch likely becomes obsolete when the removal of recursion in sre is implemented.
msg44701 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-10-20 21:00
Logged In: YES user_id=21627 Committed as 2.99.8.1. This doesn't apply for CVS trunk, as the recursion has been removed.
History
Date User Action Args
2022-04-10 16:11:25 admin set github: 39314
2003-09-27 03:21:14 hyeshik.chang create