mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
Drop spurious multhreading test
Per https://github.com/msgpack/msgpack-python/pull/641#discussion_r2315489310, sharing more than one `Packer` object is not supported.
This commit is contained in:
parent
e0e9b12877
commit
ccfd2547c7
3 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# coding: utf-8
|
||||
#cython: embedsignature=True, c_string_encoding=ascii, language_level=3, freethreading_compatible=True
|
||||
# cython: embedsignature=True, c_string_encoding=ascii, language_level=3, freethreading_compatible=True
|
||||
from cpython.datetime cimport import_datetime, datetime_new
|
||||
import_datetime()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue