summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2019-05-10 12:23:31 -0700
committerGitHub <noreply@github.com>2019-05-10 12:23:31 -0700
commitda2c88eaacf9c859cdda452a88ad5e552df98466 (patch)
treec4cd5e8110b976d5c74747e390fa067f8e01694a /locale/circuitpython.pot
parent46164c6ec6d6bc23feafbfce5b08e5307daac1f7 (diff)
parent67007282c9036cc81e6cea0fab5a4378bc3ae743 (diff)
Merge pull request #1860 from godlygeek/int_to_bytes_overflow_checks
Add overflow checks for int to bytes conversions
Diffstat (limited to 'locale/circuitpython.pot')
-rw-r--r--locale/circuitpython.pot7
1 files changed, 6 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index a0ea2aea3..758ee841e 100644
--- a/locale/circuitpython.pot
+++ b/locale/circuitpython.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-08 15:23-0700\n"
+"POT-Creation-Date: 2019-05-10 10:09-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2539,6 +2539,11 @@ msgstr ""
msgid "unsupported types for %q: '%s', '%s'"
msgstr ""
+#: py/objint.c
+#, c-format
+msgid "value would overflow a %d byte buffer"
+msgstr ""
+
#: shared-bindings/displayio/Bitmap.c
msgid "value_count must be > 0"
msgstr ""