Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Use 'B' instead of 'b' to parse/build char value. #305

Open
wants to merge 1 commit into
base: 3.8-slp
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions Stackless/pickling/prickelpit.c
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ static int init_functype(PyObject * mod)

******************************************************/

#define frametuplefmt "O)(OibOiOOiiOO"
#define frametuplefmt "O)(OiBOiOOiiOO"

SLP_DEF_INVALID_EXEC(slp_channel_seq_callback)
SLP_DEF_INVALID_EXEC(slp_tp_init_callback)
Expand Down Expand Up @@ -1049,7 +1049,7 @@ frameobject_reduce(PyFrameObject *f, PyObject *unused)
}

#define frametuplenewfmt "O!:frame.__new__"
#define frametuplesetstatefmt "O!ibO!iO!OiiO!O:frame.__setstate__"
#define frametuplesetstatefmt "O!iBO!iO!OiiO!O:frame.__setstate__"

static PyObject *
frame_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
Expand Down