This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jckwhet
Recipients jckwhet
Date 2020-08-05.22:16:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596665779.04.0.552451730401.issue41491@roundup.psfhosted.org>
In-reply-to
Content
When attempting to load the new LaunchAgent at `/System/Library/LaunchAgents/com.apple.cvmsCompAgent3600_arm64.plist` plistlib Raises a ValueError of 

  File "/opt/salt/lib/python3.7/plistlib.py", line 272, in handle_end_element
    handler()
  File "/opt/salt/lib/python3.7/plistlib.py", line 332, in end_integer
    self.add_object(int(self.get_data()))
ValueError: invalid literal for int() with base 10: '0x0100000c'

on

	<array>
		<integer>0x0100000c</integer>
	</array>

Technically this violates the spec at http://www.apple.com/DTDs/PropertyList-1.0.dtd. Figured it was worth reporting.

Full Plist is attached.
History
Date User Action Args
2020-08-05 22:16:19jckwhetsetrecipients: + jckwhet
2020-08-05 22:16:19jckwhetsetmessageid: <1596665779.04.0.552451730401.issue41491@roundup.psfhosted.org>
2020-08-05 22:16:19jckwhetlinkissue41491 messages
2020-08-05 22:16:18jckwhetcreate