Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyObject *exc in encode_code_page_strict is initialized but not used #70080

Closed
ariccio mannequin opened this issue Dec 16, 2015 · 2 comments
Closed

PyObject *exc in encode_code_page_strict is initialized but not used #70080

ariccio mannequin opened this issue Dec 16, 2015 · 2 comments
Assignees
Labels
build The build process and cross-build OS-windows

Comments

@ariccio
Copy link
Mannequin

ariccio mannequin commented Dec 16, 2015

BPO 25892
Nosy @pfmoore, @tjguk, @zware, @serhiy-storchaka, @zooba, @ariccio

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/serhiy-storchaka'
closed_at = <Date 2015-12-18.08:08:31.587>
created_at = <Date 2015-12-16.22:44:22.339>
labels = ['build', 'OS-windows']
title = 'PyObject *exc in encode_code_page_strict is initialized but not used'
updated_at = <Date 2015-12-18.08:08:31.587>
user = 'https://github.com/ariccio'

bugs.python.org fields:

activity = <Date 2015-12-18.08:08:31.587>
actor = 'serhiy.storchaka'
assignee = 'serhiy.storchaka'
closed = True
closed_date = <Date 2015-12-18.08:08:31.587>
closer = 'serhiy.storchaka'
components = ['Windows']
creation = <Date 2015-12-16.22:44:22.339>
creator = 'Alexander Riccio'
dependencies = []
files = []
hgrepos = []
issue_num = 25892
keywords = []
message_count = 2.0
messages = ['256554', '256649']
nosy_count = 7.0
nosy_names = ['paul.moore', 'tim.golden', 'python-dev', 'zach.ware', 'serhiy.storchaka', 'steve.dower', 'Alexander Riccio']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'compile error'
url = 'https://bugs.python.org/issue25892'
versions = ['Python 3.6']

@ariccio
Copy link
Mannequin Author

ariccio mannequin commented Dec 16, 2015

See: https://hg.python.org/cpython/file/tip/Objects/unicodeobject.c#l7335

The variable PyObject *exc in encode_code_page_strict is initialized but not used.

@ariccio ariccio mannequin added OS-windows build The build process and cross-build labels Dec 16, 2015
@serhiy-storchaka serhiy-storchaka self-assigned this Dec 18, 2015
@python-dev
Copy link
Mannequin

python-dev mannequin commented Dec 18, 2015

New changeset 77bd84a6964a by Serhiy Storchaka in branch 'default':
Issues bpo-25890, bpo-25891, bpo-25892: Removed unused variables in Windows code.
https://hg.python.org/cpython/rev/77bd84a6964a

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build OS-windows
Projects
None yet
Development

No branches or pull requests

1 participant