Skip to content

Commit

Permalink
Committed missing _CBOR2_date_ordinal_offset symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Apr 10, 2024
1 parent b95e395 commit 7666c46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/module.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ extern PyTypeObject CBORSimpleValueType;
// Various interned strings
extern PyObject *_CBOR2_empty_bytes;
extern PyObject *_CBOR2_empty_str;
extern PyObject *_CBOR2_date_ordinal_offset;
extern PyObject *_CBOR2_str_as_string;
extern PyObject *_CBOR2_str_as_tuple;
extern PyObject *_CBOR2_str_bit_length;
Expand Down

0 comments on commit 7666c46

Please sign in to comment.