https://github.com/python/cpython/commit/4afa98596ea0182a9aed1556866813052c425a8e
commit: 4afa98596ea0182a9aed1556866813052c425a8e
branch: main
author: Christoph Walcher <[email protected]>
committer: pablogsal <[email protected]>
date: 2025-09-12T00:40:49Z
summary:

Remove unused prototype `_PyPegen_set_source_in_metadata` (#138810)

Remove unused prototype

files:
M Parser/pegen.h

diff --git a/Parser/pegen.h b/Parser/pegen.h
index dfa2b0b4fe726c..6b49b3537a04b2 100644
--- a/Parser/pegen.h
+++ b/Parser/pegen.h
@@ -162,7 +162,6 @@ int _PyPegen_fill_token(Parser *p);
 expr_ty _PyPegen_name_token(Parser *p);
 expr_ty _PyPegen_number_token(Parser *p);
 void *_PyPegen_string_token(Parser *p);
-PyObject *_PyPegen_set_source_in_metadata(Parser *p, Token *t);
 Py_ssize_t _PyPegen_byte_offset_to_character_offset_line(PyObject *line, 
Py_ssize_t col_offset, Py_ssize_t end_col_offset);
 Py_ssize_t _PyPegen_byte_offset_to_character_offset(PyObject *line, Py_ssize_t 
col_offset);
 Py_ssize_t _PyPegen_byte_offset_to_character_offset_raw(const char*, 
Py_ssize_t col_offset);

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to