[issue15969] faulthandler: drop S from dump_tracebacks_later() function name to have consistent names

2012-09-23 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 178f9042af81 by Victor Stinner in branch 'default':
Issue #15969: Fix the issue number in Misc/NEWS
http://hg.python.org/cpython/rev/178f9042af81

--
nosy: +python-dev

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



[issue15969] faulthandler: drop S from dump_tracebacks_later() function name to have consistent names

2012-09-23 Thread STINNER Victor

STINNER Victor added the comment:

@georg.brandl: You wrote the wrong issue number in the Misc/NEWS file of the 
3.3 repository (5969 - 15969).

--

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



[issue15969] faulthandler: drop S from dump_tracebacks_later() function name to have consistent names

2012-09-23 Thread Georg Brandl

Georg Brandl added the comment:

Thanks, fixed in b8b5ef366bdc.

--

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



[issue15969] faulthandler: drop S from dump_tracebacks_later() function name to have consistent names

2012-09-23 Thread Roundup Robot

Roundup Robot added the comment:

New changeset eede0bf3ceac by Georg Brandl in branch 'default':
Closes #15969: rename new API to have consistent names in the faulthandler 
module.
http://hg.python.org/cpython/rev/eede0bf3ceac

--
stage:  - committed/rejected

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



[issue15969] faulthandler: drop S from dump_tracebacks_later() function name to have consistent names

2012-09-22 Thread Georg Brandl

Georg Brandl added the comment:

Added to release clone as eede0bf3ceac.

--
resolution:  - fixed
status: open - closed

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



[issue15969] faulthandler: drop S from dump_tracebacks_later() function name to have consistent names

2012-09-18 Thread STINNER Victor

New submission from STINNER Victor:

If it is not too late, I would like to fix the name of two functions of the 
new faulthandler module before the release of Python 3.3 final. Changes:

 * dump_tracebacks_later() = dump_traceback_later()
 * cancel_dump_tracebacks_later() = cancel_dump_traceback_later()

The module has also a function dump_traceback() without S.

In an early version of the module (before it was integrated in Python 3.3), 
these functions only dumped the current thread. They are now dumping all 
threads by default, and I don't see the point of having an S anyway.

@Georg: Would you accept such change? The module is new in Python 3.3, and it 
is only a debug module, I don't expect anyone relying on its API right now.

--
components: Library (Lib)
files: faulthandler_without_s.patch
keywords: patch
messages: 170677
nosy: georg.brandl, haypo
priority: release blocker
severity: normal
status: open
title: faulthandler: drop S from dump_tracebacks_later() function name to have 
consistent names
versions: Python 3.3
Added file: http://bugs.python.org/file27221/faulthandler_without_s.patch

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



[issue15969] faulthandler: drop S from dump_tracebacks_later() function name to have consistent names

2012-09-18 Thread Arfrever Frehtes Taifersar Arahesis

Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com:


--
nosy: +Arfrever

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