Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
57cb81d1
Kaydet (Commit)
57cb81d1
authored
Ock 02, 2013
tarafından
Nadeem Vawda
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #16828: Fix error incorrectly raised by bz2.compress('').
Initial patch by Martin Packman.
üst
407c2ac4
638fb9bb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
37 additions
and
16 deletions
+37
-16
test_bz2.py
Lib/test/test_bz2.py
+15
-0
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+3
-0
_bz2module.c
Modules/_bz2module.c
+18
-16
No files found.
Lib/test/test_bz2.py
Dosyayı görüntüle @
57cb81d1
...
...
@@ -47,6 +47,7 @@ class BaseTest(unittest.TestCase):
]
TEXT
=
b
''
.
join
(
TEXT_LINES
)
DATA
=
b
'BZh91AY&SY.
\xc8
N
\x18\x00\x01
>_
\x80\x00\x10
@
\x02\xff\xf0\x01\x07
n
\x00
?
\xe7\xff\xe0
0
\x01\x99\xaa\x00\xc0\x03
F
\x86\x8c
#&
\x83
F
\x9a\x03\x06\xa6\xd0\xa6\x93
M
\x0f
Q
\xa7\xa8\x06\x80
4hh
\x12
$
\x11\xa4
i4
\xf1
4S
\xd2
<Q
\xb5\x0f
H
\xd3\xd4\xdd\xd5\x87\xbb\xf8\x94\r\x8f\xaf
I
\x12\xe1\xc9\xf8
/E
\x00
pu
\x89\x12
]
\xc9\xbb
DL
\n
Q
\x0e\t
1
\x12\xdf\xa0\xc0\x97\xac
2O9
\x89\x13\x94\x0e\x1c
7
\x0e
d
\x95
I
\x0c\xaa
J
\xa4\x18
L
\x10\x05
#
\x9c\xaf\xba\xbc
/
\x97\x8a
#C
\xc8\xe1\x8c
W
\xf9\xe2\xd0\xd6
M
\xa7\x8b
Xa<e
\x84
t
\xcb
L
\xb3\xa7\xd9\xcd\xd1\xcb\x84
.
\xaf\xb3\xab\xab\xad
`n}
\xa0
lh
\t
E,
\x8e
Z
\x15\x17
VH>
\x88\xe5\xcd
9gd6
\x0b\n\xe9\x9b\xd5\x8a\x99\xf7\x08
.K
\x8e
v
\xfb\xf7
xw
\xbb\xdf\xa1\x92\xf1\xdd
|/";
\xa2\xba\x9f\xd5\xb1
#A
\xb6\xf6\xb3
o
\xc9\xc5
y
\\\xeb
O
\xe7\x85\x9a\xbc\xb6
f8
\x95
2
\xd5\xd7
"
%
\x89
>V,
\xf7\xa6
z
\xe2\x9f\xa3\xdf\x11\x11
"
\xd6
E)I
\xa9\x13
^
\xca\xf3
r
\xd0\x03
U
\x92
2
\xf2
6
\xec\xb6\xed\x8b\xc3
U
\x13\x9d\xc5\x17
0
\xa4\xfa
^
\x92\xac
DF
\x8a\x97\xd6\x19\xfe\xdd\xb8\xbd\x1a\x9a\x19\xa3\x80
ankR
\x8b\xe5\xd8
3]
\xa9\xc6\x08\x82
f
\xf6\xb9
"6l$
\xb8
j@
\xc0\x8a\xb0
l1..
\xba
k
\x83
ls
\x15\xbc\xf4\xc1\x13\xbe\xf8
E
\xb8\x9d\r\xa8\x9d
k
\x84\xd3
n
\xfa\xac
Q
\x07\xb1
%
y
\xaa
v
\xb4\x08\xe0
z
\x1b\x16\xf5\x04\xe9\xcc\xb9\x08
z
\x1e
n7.G
\xfc
]
\xc9\x14\xe1
B@
\xbb
!8`'
EMPTY_DATA
=
b
'BZh9
\x17
rE8P
\x90\x00\x00\x00\x00
'
def
setUp
(
self
):
self
.
filename
=
TESTFN
...
...
@@ -584,6 +585,12 @@ class BZ2CompressorTest(BaseTest):
data
+=
bz2c
.
flush
()
self
.
assertEqual
(
self
.
decompress
(
data
),
self
.
TEXT
)
def
testCompressEmptyString
(
self
):
bz2c
=
BZ2Compressor
()
data
=
bz2c
.
compress
(
b
''
)
data
+=
bz2c
.
flush
()
self
.
assertEqual
(
data
,
self
.
EMPTY_DATA
)
def
testCompressChunks10
(
self
):
bz2c
=
BZ2Compressor
()
n
=
0
...
...
@@ -671,6 +678,10 @@ class CompressDecompressTest(BaseTest):
data
=
bz2
.
compress
(
self
.
TEXT
)
self
.
assertEqual
(
self
.
decompress
(
data
),
self
.
TEXT
)
def
testCompressEmptyString
(
self
):
text
=
bz2
.
compress
(
b
''
)
self
.
assertEqual
(
text
,
self
.
EMPTY_DATA
)
def
testDecompress
(
self
):
text
=
bz2
.
decompress
(
self
.
DATA
)
self
.
assertEqual
(
text
,
self
.
TEXT
)
...
...
@@ -679,6 +690,10 @@ class CompressDecompressTest(BaseTest):
text
=
bz2
.
decompress
(
b
""
)
self
.
assertEqual
(
text
,
b
""
)
def
testDecompressToEmptyString
(
self
):
text
=
bz2
.
decompress
(
self
.
EMPTY_DATA
)
self
.
assertEqual
(
text
,
b
''
)
def
testDecompressIncomplete
(
self
):
self
.
assertRaises
(
ValueError
,
bz2
.
decompress
,
self
.
DATA
[:
-
10
])
...
...
Misc/ACKS
Dosyayı görüntüle @
57cb81d1
...
...
@@ -884,6 +884,7 @@ Michael Otteneder
R. M. Oudkerk
Russel Owen
Joonas Paalasmaa
Martin Packman
Shriphani Palakodety
Ondrej Palkovsky
Mike Pall
...
...
Misc/NEWS
Dosyayı görüntüle @
57cb81d1
...
...
@@ -123,6 +123,9 @@ Core and Builtins
Library
-------
- Issue #16828: Fix error incorrectly raised by bz2.compress(''). Initial patch
by Martin Packman.
- Issue #16541: tk_setPalette() now works with keyword arguments.
- Issue #16820: In configparser, `parser.popitem()` no longer raises ValueError.
...
...
Modules/_bz2module.c
Dosyayı görüntüle @
57cb81d1
...
...
@@ -145,34 +145,24 @@ compress(BZ2Compressor *c, char *data, size_t len, int action)
result
=
PyBytes_FromStringAndSize
(
NULL
,
SMALLCHUNK
);
if
(
result
==
NULL
)
return
NULL
;
c
->
bzs
.
next_in
=
data
;
/* On a 64-bit system, len might not fit in avail_in (an unsigned int).
Do compression in chunks of no more than UINT_MAX bytes each. */
c
->
bzs
.
avail_in
=
MIN
(
len
,
UINT_MAX
);
len
-=
c
->
bzs
.
avail_in
;
c
->
bzs
.
avail_in
=
0
;
c
->
bzs
.
next_out
=
PyBytes_AS_STRING
(
result
);
c
->
bzs
.
avail_out
=
PyBytes_GET_SIZE
(
result
);
for
(;;)
{
char
*
this_out
;
int
bzerror
;
Py_BEGIN_ALLOW_THREADS
this_out
=
c
->
bzs
.
next_out
;
bzerror
=
BZ2_bzCompress
(
&
c
->
bzs
,
action
);
data_size
+=
c
->
bzs
.
next_out
-
this_out
;
Py_END_ALLOW_THREADS
if
(
catch_bz2_error
(
bzerror
))
goto
error
;
/* On a 64-bit system, len might not fit in avail_in (an unsigned int).
Do compression in chunks of no more than UINT_MAX bytes each. */
if
(
c
->
bzs
.
avail_in
==
0
&&
len
>
0
)
{
c
->
bzs
.
avail_in
=
MIN
(
len
,
UINT_MAX
);
len
-=
c
->
bzs
.
avail_in
;
}
/* In regular compression mode, stop when input data is exhausted.
In flushing mode, stop when all buffered data has been flushed. */
if
((
action
==
BZ_RUN
&&
c
->
bzs
.
avail_in
==
0
)
||
(
action
==
BZ_FINISH
&&
bzerror
==
BZ_STREAM_END
))
/* In regular compression mode, stop when input data is exhausted. */
if
(
action
==
BZ_RUN
&&
c
->
bzs
.
avail_in
==
0
)
break
;
if
(
c
->
bzs
.
avail_out
==
0
)
{
...
...
@@ -185,6 +175,18 @@ compress(BZ2Compressor *c, char *data, size_t len, int action)
}
c
->
bzs
.
avail_out
=
MIN
(
buffer_left
,
UINT_MAX
);
}
Py_BEGIN_ALLOW_THREADS
this_out
=
c
->
bzs
.
next_out
;
bzerror
=
BZ2_bzCompress
(
&
c
->
bzs
,
action
);
data_size
+=
c
->
bzs
.
next_out
-
this_out
;
Py_END_ALLOW_THREADS
if
(
catch_bz2_error
(
bzerror
))
goto
error
;
/* In flushing mode, stop when all buffered data has been flushed. */
if
(
action
==
BZ_FINISH
&&
bzerror
==
BZ_STREAM_END
)
break
;
}
if
(
data_size
!=
PyBytes_GET_SIZE
(
result
))
if
(
_PyBytes_Resize
(
&
result
,
data_size
)
<
0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment