8000 Fix editing glitch · python/cpython@59bedbd · GitHub
[go: up one dir, main page]

Skip to content

Commit 59bedbd

Browse files
committed
Fix editing glitch
1 parent 182c512 commit 59bedbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ dummy_func(
350350

351351
tier1 inst(INSTRUMENTED_END_FOR, (receiver, value -- receiver)) {
352352
/* Need to create a fake StopIteration error here,
353-
// * to conform to PEP 380 ED_NO*/
353+
* to conform to PEP 380 */
354354
if (PyStackRef_GenCheck(receiver)) {
355355
int err = monitor_stop_iteration(tstate, frame, this_instr, PyStackRef_AsPyObjectBorrow(value));
356356
if (err) {

Python/generated_cases.c.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0