raise TypeError("bufsize must be an integer")
if stdout is STDOUT:
- raise ValueError("STDOUT can only be used for stderr")
+ raise ValueError("STDOUT can only be used for stderr")
if pipesize is None:
pipesize = -1 # Restore default
--- /dev/null
+Fix build failures when configuring with both ``--disable-gil`` and ``--enable-experimental-jit``.
#include "pycore_abstract.h"
#include "pycore_call.h"
#include "pycore_ceval.h"
+#include "pycore_critical_section.h"
#include "pycore_dict.h"
#include "pycore_intrinsics.h"
#include "pycore_long.h"
typedef struct {
unsigned char version;
unsigned char eh_frame_ptr_enc;
- unsigned char fde_count_enc;
- unsigned char table_enc;
+ unsigned char fde_count_enc;
+ unsigned char table_enc;
int32_t eh_frame_ptr;
int32_t eh_fde_count;
int32_t from;