Skip to content

Commit 247e753

Browse files
pablogsalpicnixzStanFromIreland
authored
Apply suggestions from code review
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent ffd340f commit 247e753

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Include/cpython/pystate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ typedef int (*Py_tracefunc)(PyObject *, PyFrameObject *, int, PyObject *);
3030
#define PyTrace_OPCODE 7
3131

3232
/* Remote debugger support */
33-
# define MAX_SCRIPT_PATH_SIZE 512
33+
#define MAX_SCRIPT_PATH_SIZE 512
3434
typedef struct _remote_debugger_support {
3535
int32_t debugger_pending_call;
3636
char debugger_script_path[MAX_SCRIPT_PATH_SIZE];
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Implement :pep:`768` (Safe external debugger interface for CPython). Add a
22
new :func:`sys.remote_exec` function to the :mod:`sys` module. This function
3-
shcedules the execution of a Python file in a separate process. Patch by
4-
Pablo Galindo, Matt Matt Wozniski and Ivona Stojanovic.
3+
schedules the execution of a Python file in a separate process. Patch by
4+
Pablo Galindo, Matt Wozniski and Ivona Stojanovic.

0 commit comments

Comments
 (0)