Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions 2 Include/bytearrayobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
extern "C" {
#endif

#include <stdarg.h>

/* Type PyByteArrayObject represents a mutable array of bytes.
* The Python API is that of a sequence;
* the bytes are mapped to ints in [0, 256).
Expand Down
2 changes: 1 addition & 1 deletion 2 Include/bytesobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
extern "C" {
#endif

#include <stdarg.h>
#include <stdarg.h> // va_list

/*
Type PyBytesObject represents a byte string. An extra zero byte is
Expand Down
2 changes: 1 addition & 1 deletion 2 Include/modsupport.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extern "C" {

/* Module support interface */

#include <stdarg.h>
#include <stdarg.h> // va_list

/* If PY_SSIZE_T_CLEAN is defined, each functions treats #-specifier
to mean Py_ssize_t */
Expand Down
2 changes: 1 addition & 1 deletion 2 Include/unicodeobject.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef Py_UNICODEOBJECT_H
#define Py_UNICODEOBJECT_H

#include <stdarg.h>
#include <stdarg.h> // va_list

/*

Expand Down
1 change: 0 additions & 1 deletion 1 Modules/_lzmamodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "Python.h"
#include "structmember.h" // PyMemberDef

#include <stdarg.h>
#include <string.h>

#include <lzma.h>
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.