summaryrefslogtreecommitdiff
path: root/PC/msvcrtmodule.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-08 09:29:11 -0700
committerBenjamin Peterson <benjamin@python.org>2016-09-08 09:29:11 -0700
commitcc854499e40483d408d68201f1e6d6ae936ae13a (patch)
tree7b8bbe7a1f6f233a31b30e1ff3c8cad81bca6408 /PC/msvcrtmodule.c
parentc235af47f17d2dab282237a7e49445d234f7df7e (diff)
downloadcpython-git-cc854499e40483d408d68201f1e6d6ae936ae13a.tar.gz
clinic: PY_LONG_LONG -> long long
Diffstat (limited to 'PC/msvcrtmodule.c')
-rw-r--r--PC/msvcrtmodule.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/PC/msvcrtmodule.c b/PC/msvcrtmodule.c
index 7ab8f8f510..0292741634 100644
--- a/PC/msvcrtmodule.c
+++ b/PC/msvcrtmodule.c
@@ -59,7 +59,7 @@ class wchar_t_return_converter(CReturnConverter):
data.return_conversion.append(
'return_value = PyUnicode_FromOrdinal(_return_value);\n')
[python start generated code]*/
-/*[python end generated code: output=da39a3ee5e6b4b0d input=6a54fc4e73d0b367]*/
+/*[python end generated code: output=da39a3ee5e6b4b0d input=b59f1663dba11997]*/
/*[clinic input]
module msvcrt
@@ -161,7 +161,7 @@ to os.fdopen() to create a file object.
static long
msvcrt_open_osfhandle_impl(PyObject *module, intptr_t handle, int flags)
-/*[clinic end generated code: output=bf65e422243a39f9 input=4d8516ed32db8f65]*/
+/*[clinic end generated code: output=cede871bf939d6e3 input=cb2108bbea84514e]*/
{
int fd;
@@ -185,7 +185,7 @@ Raises IOError if fd is not recognized.
static intptr_t
msvcrt_get_osfhandle_impl(PyObject *module, int fd)
-/*[clinic end generated code: output=eac47643338c0baa input=c7d18d02c8017ec1]*/
+/*[clinic end generated code: output=7ce761dd0de2b503 input=c7d18d02c8017ec1]*/
{
intptr_t handle = -1;