mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
gh-105017: Include CRLF lines in strings and column numbers (#105030)
Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
This commit is contained in:
parent
3821b92c1f
commit
96fff35325
6 changed files with 74 additions and 26 deletions
|
@ -135,8 +135,8 @@ struct tok_state {
|
|||
#endif
|
||||
};
|
||||
|
||||
extern struct tok_state *_PyTokenizer_FromString(const char *, int);
|
||||
extern struct tok_state *_PyTokenizer_FromUTF8(const char *, int);
|
||||
extern struct tok_state *_PyTokenizer_FromString(const char *, int, int);
|
||||
extern struct tok_state *_PyTokenizer_FromUTF8(const char *, int, int);
|
||||
extern struct tok_state *_PyTokenizer_FromFile(FILE *, const char*,
|
||||
const char *, const char *);
|
||||
extern void _PyTokenizer_Free(struct tok_state *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue