mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 06:02:14 +00:00
roll back mistaken checkin
[SVN r13736]
This commit is contained in:
@@ -1273,10 +1273,7 @@ import sys
|
||||
def run(args = None):
|
||||
if args is not None:
|
||||
sys.argv = args
|
||||
|
||||
if hasattr(sys,'setdlopenflags'):
|
||||
sys.setdlopenflags( 6 ) # dl.RTLD_NOW | dl.RTLD_GLOBAL)
|
||||
|
||||
|
||||
import doctest, comprehensive
|
||||
return doctest.testmod(comprehensive)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user