mirror of
https://github.com/python/cpython.git
synced 2026-05-14 16:38:19 -04:00
8ca63f95f7
Move definition of UNUSED from modified headers of libmpdec to
_decimal.c itself. This makes the vendored source closer to the
standalone library and fixes build with --with-system-libmpdec.
Tested to build fine with either system libmpdec or the vendored one.
(cherry picked from commit 015efdbef7)
Co-authored-by: Felix Yan <felixonmars@archlinux.org>
Source files for standard library extension modules, and former extension modules that are now builtin modules.