Skip to content

Commit a886d64

Browse files
committed
Address review
1 parent a9f51c7 commit a886d64

File tree

2 files changed

+8
-40
lines changed

2 files changed

+8
-40
lines changed

Modules/clinic/posixmodule.c.h

Lines changed: 5 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/posixmodule.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5226,14 +5226,15 @@ os__getvolumepathname_impl(PyObject *module, path_t *path)
52265226
/*[clinic input]
52275227
os._path_splitroot
52285228
5229-
path: path_t
5229+
path: path_t,
5230+
/
52305231
52315232
Removes everything after the root on Win32.
52325233
[clinic start generated code]*/
52335234

52345235
static PyObject *
52355236
os__path_splitroot_impl(PyObject *module, path_t *path)
5236-
/*[clinic end generated code: output=ab7f1a88b654581c input=dc93b1d3984cffb6]*/
5237+
/*[clinic end generated code: output=ab7f1a88b654581c input=42831e41f8458f6d]*/
52375238
{
52385239
wchar_t *buffer;
52395240
wchar_t *end;

0 commit comments

Comments
 (0)