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: CSV Creation occasional off by one error
Type: compile error Stage: resolved
Components: C API Versions: Python 3.10, Python 3.9, Python 3.8
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: eric.smith, matthewstidham
Priority: normal Keywords:

Created on 2022-02-02 21:34 by matthewstidham, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
debug from pandas failure.txt matthewstidham, 2022-02-02 21:34 debug from Linux kernel
Messages (3)
msg412400 - (view) Author: Matthew Stidham (matthewstidham) Date: 2022-02-02 21:34
The file which I found the error in is in https://github.com/greearb/lanforge-scripts
msg412401 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2022-02-02 21:40
There's too much for us to look at here. Can you create a small example which demonstrates the problem?

It should include the input, the code, the actual output, and the expected output.
msg412406 - (view) Author: Matthew Stidham (matthewstidham) Date: 2022-02-02 23:26
the problem was a file in our library screwing up the python configuration
History
Date User Action Args
2022-04-11 14:59:55adminsetgithub: 90775
2022-02-02 23:55:55eric.smithsetresolution: not a bug
2022-02-02 23:26:24matthewstidhamsetstatus: open -> closed

messages: + msg412406
stage: resolved
2022-02-02 21:40:53eric.smithsetnosy: + eric.smith
messages: + msg412401
2022-02-02 21:34:08matthewstidhamcreate