mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
05ac6de2d5
PyDict_Merge(a, b, 1) is the same as PyDict_Update(a, b). PyDict_Merge(a, b, 0) does something similar but leaves existing items unchanged.