mirror of https://github.com/ansible/ansible.git
* Allow older pickle protocols to pickle unsafe classes. Fixes #82356
* Address issues when iterating or getting single index from AnsibleUnsafeBytes. Fixes #82375
* clog frag
(cherry picked from commit afe3fc1
)
pull/82401/head
parent
01b7d928aa
commit
49c05da2d2
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- unsafe data - Address an incompatibility with ``AnsibleUnsafeText`` and ``AnsibleUnsafeBytes`` when pickling with ``protocol=0``
|
||||
- unsafe data - Address an incompatibility when iterating or getting a single index from ``AnsibleUnsafeBytes``
|
Loading…
Reference in New Issue