Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Bugs

[issue7085] strptime problem

 

 

Python bugs RSS feed   Index | Next | Previous | View Threaded


report at bugs

Nov 17, 2009, 2:58 AM

Post #1 of 3 (248 views)
Permalink
[issue7085] strptime problem

Ronald Oussoren <ronaldoussoren [at] mac> added the comment:

FWIW, I've filed an issue with Apple for this: Radar #7330231

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue7085>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Nov 17, 2009, 8:49 AM

Post #2 of 3 (234 views)
Permalink
[issue7085] strptime problem [In reply to]

Ronald Oussoren <ronaldoussoren [at] mac> added the comment:

The crash is caused by loading any extension that happens to link with
CoreFoundation on a secondary thread, unless CoreFoundation was already
initialized.

The CF framework contains a constructor that explicitly aborts when it
is not called on the main thread (all of this on Snow Leopard only).

I've found a workaround for this issue: ensure that Python is linked to
the CoreFoundation framework, that way CF will be initialized when
Python starts.

I'm working on a clean patch for this.

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue7085>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Nov 19, 2009, 9:30 AM

Post #3 of 3 (205 views)
Permalink
[issue7085] strptime problem [In reply to]

Ronald Oussoren <ronaldoussoren [at] mac> added the comment:

I committed a fix in r76403 (trunk), r76404 (2.6), r76405 (3.2), 76406
(3.1)

----------
resolution: -> fixed
status: open -> closed

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue7085>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com

Python bugs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.