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: [cppcheck] found a regression : Invalid number of character ((). Can't process file.
Type: compile error Stage: resolved
Components: Extension Modules Versions: Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: ettl.martin, ezio.melotti
Priority: normal Keywords: patch

Created on 2009-12-31 12:51 by ettl.martin, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
regression1.patch ettl.martin, 2009-12-31 12:51 fix
Messages (2)
msg97089 - (view) Author: Ettl Martin (ettl.martin) Date: 2009-12-31 12:51
during a check with the static code analysis tool cppcheck
(http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page)
the tool found a missing ')' in python-svn/Modules/flmodule.c that leads
to a regression.

Please refer the attached patch that fixes the issue.

Best regards

Ettl Martin
msg97094 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2009-12-31 13:53
The regression has been introduced in r46534, it's now fixed in r77181
(trunk) and r77182 (release26-maint), thanks!
History
Date User Action Args
2022-04-11 14:56:56adminsetgithub: 51862
2009-12-31 13:53:39ezio.melottisetstatus: open -> closed


assignee: ezio.melotti
stage: resolved
versions: + Python 2.6, Python 2.7, - Python 3.1
nosy: + ezio.melotti
messages: + msg97094
priority: normal
components: + Extension Modules, - None
resolution: fixed
2009-12-31 12:51:26ettl.martincreate