Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 344)

Ticket Resolution Summary Owner Reporter
#278 wontfix python: subprocess: Provide optional fork mode for Popen dmik
Description

See http://trac.netlabs.org/rpm/ticket/275#comment:9 for details.

#277 fixed Fix sys.executable detection dmik
Description

This works right:

D:>python -c 'import sys; print sys.executable'
C:/USR/BIN/python.exe

This works wrong:

D:>python2.7 -c 'import sys; print sys.executable'
D:/Coding/Tests/python/
#276 fixed python: thread start hangs dmik
Description

Sometimes python hangs when attempting to start helper threads. See http://trac.netlabs.org/rpm/ticket/275#comment:6 for details.

Note: See TracQuery for help on using queries.