[issue46617] CSV Creation occasional off by one error

2022-02-02 Thread Eric V. Smith


Change by Eric V. Smith :


--
resolution:  -> not a bug

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46617] CSV Creation occasional off by one error

2022-02-02 Thread Matthew Stidham


Matthew Stidham  added the comment:

the problem was a file in our library screwing up the python configuration

--
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46617] CSV Creation occasional off by one error

2022-02-02 Thread Eric V. Smith


Eric V. Smith  added the comment:

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.

--
nosy: +eric.smith

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46617] CSV Creation occasional off by one error

2022-02-02 Thread Matthew Stidham


New submission from Matthew Stidham :

The file which I found the error in is in 
https://github.com/greearb/lanforge-scripts

--
components: C API
files: debug from pandas failure.txt
messages: 412400
nosy: matthewstidham
priority: normal
severity: normal
status: open
title: CSV Creation occasional off by one error
type: compile error
versions: Python 3.10, Python 3.8, Python 3.9
Added file: https://bugs.python.org/file50601/debug from pandas failure.txt

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com