[issue14866] 2.x, 3.x iOS static build: Fatal Python error: exceptions bootstrapping error.

2012-05-20 Thread ドミトリ ステパヌシキン

Changes by ドミトリ ステパヌシキン angelja...@gmail.com:


Added file: http://bugs.python.org/file25657/config.c

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14866
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14866] 2.x, 3.x iOS static build: Fatal Python error: exceptions bootstrapping error.

2012-05-20 Thread ドミトリ ステパヌシキン

ドミトリ ステパヌシキン angelja...@gmail.com added the comment:

Call stack:
#00x300cba1c in __pthread_kill ()
#10x362e43ba in pthread_kill ()
#20x362dcbfe in abort ()
#30x00127d96 in Py_FatalError at 
/Users/mac_user/Downloads/Python-3.2.3/IOS/pythoncore/../../Python/pythonrun.c:2169
#40x00155328 in _PyExc_Init at 
/Users/mac_user/Downloads/Python-3.2.3/IOS/pythoncore/../../Objects/exceptions.c:2042
#50x00127ad4 in Py_InitializeEx at 
/Users/mac_user/Downloads/Python-3.2.3/IOS/pythoncore/../../Python/pythonrun.c:272
#60x0012846a in Py_Initialize at 
/Users/mac_user/Downloads/Python-3.2.3/IOS/pythoncore/../../Python/pythonrun.c:332
#70x000d6242 in testpython at 
/Users/mac_user/Downloads/Python-3.2.3/IOS/test/test/testmac.c:15
#80x000d618e in -[ViewController viewDidLoad] at 
/Users/mac_user/Downloads/Python-3.2.3/IOS/test/test/ViewController.m:23
#90x3283ff0e in -[UIViewController view] ()
#100x3283e2b4 in -[UIWindow addRootViewControllerViewIfPossible] ()
#110x3283a332 in -[UIWindow _setHidden:forced:] ()
#120x3283e28e in -[UIWindow _orderFrontWithoutMakingKey] ()
#130x3284cc60 in -[UIWindow makeKeyAndVisible] ()
#140x000d5ffe in -[AppDelegate 
application:didFinishLaunchingWithOptions:] at 
/Users/mac_user/Downloads/Python-3.2.3/IOS/test/test/AppDelegate.m:35
#150x3283e820 in -[UIApplication 
_callInitializationDelegatesForURL:payload:suspended:] ()
#160x32838b64 in -[UIApplication 
_runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] ()
#170x3280d7d6 in -[UIApplication handleEvent:withNewEvent:] ()
#180x3280d214 in -[UIApplication sendEvent:] ()
#190x3280cc52 in _UIApplicationHandleEvent ()
#200x322b7e76 in PurpleEventCallback ()
#210x3113ba96 in 
__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ ()
#220x3113d83e in __CFRunLoopDoSource1 ()

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14866
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14866] 2.x, 3.x iOS static build: Fatal Python error: exceptions bootstrapping error.

2012-05-20 Thread ドミトリ ステパヌシキン

Changes by ドミトリ ステパヌシキン angelja...@gmail.com:


Added file: http://bugs.python.org/file25656/pyconfig.h

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14866
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14866] 2.x, 3.x iOS static build: Fatal Python error: exceptions bootstrapping error.

2012-05-20 Thread ドミトリ ステパヌシキン

Changes by ドミトリ ステパヌシキン angelja...@gmail.com:


Added file: http://bugs.python.org/file25658/Python-3.2.3.tar.bz2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14866
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14862] fdopen not listed in __all__ of os.py

2012-05-20 Thread Petri Lehtinen

Petri Lehtinen pe...@digip.org added the comment:

 While this is technically probably a bug, I'm -0 on fixing it in bugfix
 releases, as it has the risk of breaking working code.

I don't feel strongly about in which release this should be fixed, but
can you give me an example of how it could break working code?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14862
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



<    1   2