mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
gh-47061: Deprecate chunk (GH-91419)
This commit is contained in:
parent
8be8949116
commit
3869a839d5
5 changed files with 124 additions and 4 deletions
|
|
@ -255,7 +255,9 @@ def _write_float(f, x):
|
|||
_write_ulong(f, himant)
|
||||
_write_ulong(f, lomant)
|
||||
|
||||
from chunk import Chunk
|
||||
with warnings.catch_warnings():
|
||||
warnings.simplefilter("ignore", DeprecationWarning)
|
||||
from chunk import Chunk
|
||||
from collections import namedtuple
|
||||
|
||||
_aifc_params = namedtuple('_aifc_params',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue