[ python-Bugs-1018492 ] Solaris: reentrancy issues
SourceForge.net
noreply at sourceforge.net
Sat Sep 4 18:47:48 CEST 2004
Bugs item #1018492, was opened at 2004-08-29 12:18
Message generated for change (Comment added) made by loewis
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1018492&group_id=5470
Category: None
Group: Platform-specific
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Simon Harrison (ssmmhh)
Assigned to: Nobody/Anonymous (nobody)
Summary: Solaris: reentrancy issues
Initial Comment:
Version: 2.3.4
Platform: Solaris (possibly other non-Linux).
In some cases reentrant API functions (ctime_r etc) are
used, but many cases not. It's unlikely that this
would cause problems on single-processor machines. Run
the attached script giving Python source tree location
as argument. A file report.html will be generated
detailing where there could be problems.
NB: The script isn't foolproof and will come up with
matches to text inside comments as well.
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2004-09-04 18:47
Message:
Logged In: YES
user_id=21627
I fail to see the bug. I believe Python uses the reentrant
functions at precisely the places where it is necessary, and
is right in using the non-reentrant functions in all other
places. To my knowledge, the way that Python uses the
non-reentrant functions cannot possibly cause problems even
on multiprocessor machines.
So I'm closing this report as invalid. If you can find an
actual problem using your script, please submit a new bug
report.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1018492&group_id=5470
More information about the Python-bugs-list
mailing list