This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add tests for pdb.find_function
Type: enhancement Stage: resolved
Components: Tests Versions: Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, kevinjqiu, python-dev
Priority: normal Keywords: patch

Created on 2013-08-12 19:05 by kevinjqiu, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue18714.patch kevinjqiu, 2013-08-12 19:15 review
Messages (4)
msg194986 - (view) Author: Kevin Jing Qiu (kevinjqiu) * Date: 2013-08-12 19:05
PyConCA 2013 sprint task
msg199761 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2013-10-13 18:52
Thanks for the patch!
msg199762 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-10-13 18:52
New changeset 9c65877b3e34 by Georg Brandl in branch 'default':
pdb: modernize find_function() and add tests for it.
http://hg.python.org/cpython/rev/9c65877b3e34
msg199763 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-10-13 18:56
New changeset 86af5991c809 by Georg Brandl in branch 'default':
#18714: add attribution.
http://hg.python.org/cpython/rev/86af5991c809
History
Date User Action Args
2022-04-11 14:57:49adminsetgithub: 62914
2013-10-13 18:56:00python-devsetmessages: + msg199763
2013-10-13 18:52:19python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg199762

resolution: fixed
stage: resolved
2013-10-13 18:52:06georg.brandlsetnosy: + georg.brandl
messages: + msg199761
2013-08-12 19:15:50kevinjqiusetfiles: + issue18714.patch
keywords: + patch
2013-08-12 19:05:21kevinjqiucreate