[issue30067] _osx_support.py: misplaced flags in re.sub()

2017-04-14 Thread Jack McCracken

Jack McCracken added the comment:

https://github.com/python/cpython/pull/1135 and 
https://github.com/python/cpython/pull/1137 backport it to 3.5 and 3.6, 
respectively.

--

___
Python tracker 
<http://bugs.python.org/issue30067>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30067] _osx_support.py: misplaced flags in re.sub()

2017-04-14 Thread Jack McCracken

Changes by Jack McCracken :


--
pull_requests: +1271

___
Python tracker 
<http://bugs.python.org/issue30067>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30067] _osx_support.py: misplaced flags in re.sub()

2017-04-14 Thread Jack McCracken

Changes by Jack McCracken :


--
pull_requests: +1270

___
Python tracker 
<http://bugs.python.org/issue30067>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30067] _osx_support.py: misplaced flags in re.sub()

2017-04-14 Thread Jack McCracken

Changes by Jack McCracken :


--
pull_requests: +1269

___
Python tracker 
<http://bugs.python.org/issue30067>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30067] _osx_support.py: misplaced flags in re.sub()

2017-04-14 Thread Jack McCracken

Jack McCracken added the comment:

Resolved in GitHub https://github.com/python/cpython/pull/1134.

In 2.7, the flag re.ASCII is not passed due to 2.7's default ASCII strings.

Backporting to 3.5 and 3.6.

--
nosy: +Jack.McCracken

___
Python tracker 
<http://bugs.python.org/issue30067>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27130] zlib: OverflowError while trying to compress 2^32 bytes or more

2016-06-05 Thread Jack McCracken

Jack McCracken added the comment:

Don't know how useful this will be, but here's a crash report from Mac OS X 
10.11 with Klamann's example (Python 3.5).

--
nosy: +Jack.McCracken
Added file: http://bugs.python.org/file43251/coredump_macosx10.11.5.crash

___
Python tracker 
<http://bugs.python.org/issue27130>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26329] os.path.normpath("//") returns //

2016-06-05 Thread Jack McCracken

Jack McCracken added the comment:

Here's the patch I made.

--
keywords: +patch
Added file: http://bugs.python.org/file43250/add-many-slash-path-note.patch

___
Python tracker 
<http://bugs.python.org/issue26329>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26329] os.path.normpath("//") returns //

2016-06-05 Thread Jack McCracken

Jack McCracken added the comment:

Hey all - I would love to write a patch :) Working on it!

--
nosy: +Jack.McCracken

___
Python tracker 
<http://bugs.python.org/issue26329>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21312] Update thread_foobar.h to include timed locking and TLS support

2014-04-19 Thread Jack McCracken

Jack McCracken added the comment:

Oops... I removed that and just put the deferral in there.

--
Added file: http://bugs.python.org/file34977/update_thread_foobar_v4.diff

___
Python tracker 
<http://bugs.python.org/issue21312>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21312] Update thread_foobar.h to include timed locking and TLS support

2014-04-19 Thread Jack McCracken

Jack McCracken added the comment:

Added an example of deferring to PyThread_acquire_lock_timed in 
PyThread_acquire_lock. Also fixed a mistake in the string of a dprintf in 
PyThread_acquire_lock_timed.

--
Added file: http://bugs.python.org/file34976/update_thread_foobar_v3.diff

___
Python tracker 
<http://bugs.python.org/issue21312>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21312] Update thread_foobar.h to include timed locking and TLS support

2014-04-19 Thread Jack McCracken

Jack McCracken added the comment:

Missed a word in a comment

--
Added file: http://bugs.python.org/file34975/update_thread_foobar_v2.diff

___
Python tracker 
<http://bugs.python.org/issue21312>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21312] Update thread_foobar.h to include timed locking and TLS support

2014-04-19 Thread Jack McCracken

New submission from Jack McCracken:

The thread_foobar.h reference for the interface for abstracting the 
platform-specific thread implementation does not include newer features such as 
timed locking and TLS support.

--
components: Interpreter Core
files: update_thread_foobar.diff
keywords: patch
messages: 216867
nosy: Jack.McCracken
priority: normal
severity: normal
status: open
title: Update thread_foobar.h to include timed locking and TLS support
type: enhancement
Added file: http://bugs.python.org/file34974/update_thread_foobar.diff

___
Python tracker 
<http://bugs.python.org/issue21312>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com