diff options
| author | Adam Johnson <me@adamj.eu> | 2025-05-11 23:07:47 +0200 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-05-13 21:42:19 -0300 |
| commit | 4647e2b8663cbd22a07af70bf0f8540946763851 (patch) | |
| tree | 13f94549c5f70b31ebdb3e031242941ca2338e63 /docs/_ext | |
| parent | 0f94ecd49d1af92d47bfa690ca39d4d71b5091cb (diff) | |
Refs #36383 -- Extended DeconstructibleSerializer to support non-identifier keyword arguments.
In Python, keyword arguments must normally be valid identifiers (i.e.,
variable names that follow Python's naming rules). However, Python dicts
can have keys that aren't valid identifiers, like "foo-bar" or "123foo".
This commit ensures that keyword arguments that are nt valid
identifiers, are properly handled when deconstructing an object.
Diffstat (limited to 'docs/_ext')
0 files changed, 0 insertions, 0 deletions
