8000 Remove warnigns to ignore · python/cpython@78b90be · GitHub
[go: up one dir, main page]

Skip to content

Commit 78b90be

Browse files
committed
Remove warnigns to ignore
1 parent 4081a96 commit 78b90be

File tree

1 file changed

+0
-236
lines changed

1 file changed

+0
-236
lines changed

Tools/build/.warningignore_ubuntu

Lines changed: 0 additions & 236 deletions
Original file line numberDiff line numberDiff line change
@@ -3,239 +3,3 @@
33
# Keep lines sorted lexicographically to help avoid merge conflicts.
44
# Format example:
55
# /path/to/file (number of warnings in file)
6-
Include/internal/pycore_gc.h 1
7-
Include/internal/pycore_backoff.h 3
8-
Include/internal/pycore_list.h 1
9-
Include/internal/mimalloc/mimalloc/internal.h 4
10-
Parser/pegen.c 8
11-
Parser/string_parser.c 7
12-
Parser/parser.c 116
13-
Parser/action_helpers.c 3
14-
Parser/lexer/buffer.c 1
15-
Parser/lexer/lexer.c 14
16-
Parser/tokenizer/readline_tokenizer.c 4
17-
Parser/tokenizer/file_tokenizer.c 9
18-
Parser/tokenizer/helpers.c 8
19-
Include/internal/pycore_object.h 3
20-
Include/internal/pycore_long.h 3
21-
Objects/abstract.c 6
22-
Objects/bytes_methods.c 9
23-
Objects/stringlib/fastsearch.h 8
24-
Objects/bytearrayobject.c 46
25-
Objects/stringlib/join.h 4
26-
Objects/stringlib/transmogrify.h 27
27-
Objects/bytesobject.c 50
28-
Include/internal/pycore_dict.h 2
29-
Objects/call.c 13
30-
Objects/classobject.c 4
31-
Objects/codeobject.c 25
32-
Objects/descrobject.c 2
33-
Objects/genobject.c 3
34-
Objects/fileobject.c 3
35-
Objects/floatobject.c 18
36-
Objects/frameobject.c 18
37-
Objects/funcobject.c 2
38-
Objects/listobject.c 42
39-
Objects/longobject.c 58
40-
Objects/stringlib/eq.h 1
41-
Objects/dictobject.c 35
42-
Objects/odictobject.c 7
43-
Objects/memoryobject.c 12
44-
Objects/methodobject.c 1
45-
Objects/moduleobject.c 4
46-
Objects/object.c 1
47-
Objects/mimalloc/alloc.c 6
48-
Objects/mimalloc/arena.c 6
49-
Objects/mimalloc/heap.c 2
50-
Objects/mimalloc/init.c 2
51-
Objects/mimalloc/options.c 6
52-
Objects/mimalloc/os.c 4
53-
Objects/mimalloc/page-queue.c 2
54-
Objects/mimalloc/page.c 2
55-
Objects/mimalloc/random.c 1
56-
Objects/mimalloc/segment.c 11
57-
Objects/mimalloc/stats.c 5
58-
Objects/mimalloc/prim/unix/prim.c 6
59-
Objects/obmalloc.c 7
60-
Objects/rangeobject.c 10
61-
Objects/setobject.c 13
62-
Objects/sliceobject.c 4
63-
Objects/structseq.c 13
64-
Objects/tupleobject.c 8
65-
Objects/typeobject.c 42
66-
Objects/unicodeobject.c 155
67-
Objects/stringlib/replace.h 5
68-
Objects/stringlib/repr.h 21
69-
Objects/stringlib/codecs.h 12
70-
Objects/unicodectype.c 7
71-
Python/Python-ast.c 14
72-
Python/asdl.c 3
73-
Python/assemble.c 11
74-
Python/ast_opt.c 5
75-
Python/bltinmodule.c 8
76-
Python/ceval.c 8
77-
Python/generated_cases.c.h 23
78-
Python/codecs.c 28
79-
Python/compile.c 8
80-
Python/context.c 1
81-
Python/crossinterp_data_lookup.h 1
82-
Python/crossinterp.c 2
83-
Python/errors.c 1
84-
Python/flowgraph.c 8
85-
Python/frame.c 3
86-
Python/gc.c 8
87-
Python/getargs.c 13
88-
Python/getversion.c 1
89-
Python/ceval_gil.c 2
90-
Python/hashtable.c 1
91-
Python/import.c 6
92-
Python/initconfig.c 3
93-
Python/instrumentation.c 42
94-
Python/intrinsics.c 1
95-
Python/lock.c 4
96-
Python/legacy_tracing.c 3
97-
Python/marshal.c 17
98-
Python/modsupport.c 3
99-
Python/mystrtoul.c 4
100-
Python/pathconfig.c 1
101-
Python/pyarena.c 1
102-
Python/preconfig.c 2
103-
Python/pyhash.c 4
104-
Python/pylifecycle.c 7
105-
Python/pystate.c 6
106-
Python/pytime.c 2
107-
Python/qsbr.c 2
108-
Python/bootstrap_hash.c 7
109-
Python/specialize.c 7
110-
Python/symtable.c 18
111-
Python/sysmodule.c 3
112-
Python/thread_pthread.h 6
113-
Python/thread.c 1
114-
Python/traceback.c 6
115-
Python/tracemalloc.c 6
116-
Python/pystrtod.c 14
117-
Python/pystrhex.c 18
118-
Python/dtoa.c 32
119-
Python/formatter_unicode.c 6
120-
Python/fileutils.c 11
121-
Python/suggestions.c 12
122-
Python/perf_trampoline.c 12
123-
Python/perf_jit_trampoline.c 32
124-
Modules/main.c 2
125-
Modules/atexitmodule.c 1
126-
Modules/faulthandler.c 5
127-
Modules/signalmodule.c 3
128-
Modules/posixmodule.c 89
129-
Modules/_collectionsmodule.c 2
130-
Modules/_io/_iomodule.c 1
131-
Modules/_io/iobase.c 1
132-
Modules/_io/fileio.c 9
133-
Modules/_io/bytesio.c 15
134-
Modules/_io/bufferedio.c 16
135-
Modules/_io/textio.c 17
136-
Modules/_io/stringio.c 8
137-
Modules/itertoolsmodule.c 9
138-
Modules/timemodule.c 10
139-
Modules/_functoolsmodule.c 6
140-
Modules/_localemodule.c 3
141-
Modules/_operator.c 5
142-
Modules/pwdmodule.c 4
143-
Programs/_freeze_module.c 1
144-
Modules/clinic/arraymodule.c.h 1
145-
Modules/arraymodule.c 50
146-
Modules/_asynciomodule.c 3
147-
Modules/_bisectmodule.c 4
148-
Modules/_csv.c 3
149-
Modules/_json.c 19
150-
Modules/_lsprof.c 5
151-
Modules/rotatingtree.c 2
152-
Modules/_pickle.c 75
153-
Modules/_queuemodule.c 4
154-
Modules/_randommodule.c 3
155-
Modules/_struct.c 4
156-
Modules/_interpqueuesmodule.c 1
157-
Modules/_interpchannelsmodule.c 1
158-
Modules/_zoneinfo.c 17
159-
Modules/cmathmodule.c 1
160-
Modules/mathmodule.c 15
161-
Modules/_datetimemodule.c 34
162-
Include/internal/pycore_blocks_output_buffer.h 2
163-
Modules/_bz2module.c 5
164-
Modules/_decimal/_decimal.c 19
165-
Modules/binascii.c 208
166-
Modules/zlibmodule.c 26
167-
Modules/_lzmamodule.c 6
168-
Modules/_dbmmodule.c 8
169-
Modules/_gdbmmodule.c 5
170-
Modules/_hacl/include/krml/FStar_UInt_8_16_32_64.h 4
171-
Modules/readline.c 1
172-
Modules/sha3module.c 4
173-
Modules/_blake2/blake2b_impl.c 12
174-
Modules/_blake2/blake2s_impl.c 12
175-
Modules/expat/siphash.h 1
176-
Modules/expat/xmlparse.c 46
177-
Modules/expat/xmltok.c 13
178-
Modules/expat/xmltok_impl.c 8
179-
Modules/cjkcodecs/_codecs_cn.c 11
180-
Modules/cjkcodecs/_codecs_hk.c 2
181-
Modules/cjkcodecs/_codecs_iso2022.c 10
182-
Modules/cjkcodecs/_codecs_jp.c 32
183-
Modules/cjkcodecs/_codecs_kr.c 15
184-
Modules/cjkcodecs/_codecs_tw.c 4
185-
Modules/cjkcodecs/multibytecodec.c 13
186-
Modules/fcntlmodule.c 6
187-
Modules/unicodedata_db.h 1
188-
Modules/unicodedata.c 28
189-
Modules/clinic/unicodedata.c.h 10
190-
Modules/grpmodule.c 4
191-
Modules/mmapmodule.c 20
192-
Modules/resource.c 5
193-
Modules/_posixsubprocess.c 12
194-
Modules/selectmodule.c 4
195-
Modules/socketmodule.c 81
196-
Modules/termios.c 1
197-
Modules/syslogmodule.c 3
198-
Modules/_multiprocessing/posixshmem.c 1
199-
Modules/_multiprocessing/semaphore.c 1
200-
Modules/_ctypes/callbacks.c 4
201-
Modules/_ctypes/_ctypes.c 55
202-
Modules/_ctypes/callproc.c 13
203-
Modules/_ctypes/stgdict.c 19
204-
Modules/_ctypes/cfield.c 61
205-
Modules/_cursesmodule.c 28
206-
Modules/_sqlite/connection.c 5
207-
Modules/_sqlite/cursor.c 3
208-
Modules/_sqlite/module.c 2
209-
Modules/_ssl.c 31
210-
Modules/_hashopenssl.c 16
211-
Modules/_tkinter.c 10
212-
Modules/_xxtestfuzz/_xxtestfuzz.c 1
213-
Modules/_xxtestfuzz/fuzzer.c 13
214-
Modules/_testbuffer.c 28
215-
Modules/_testinternalcapi/test_lock.c 4
216-
Modules/_testinternalcapi.c 10
217-
Modules/_testinternalcapi/test_critical_sections.c 1
218-
Modules/_testcapimodule.c 3
219-
Modules/_testcapi/vectorcall.c 3
220-
Modules/_testcapi/heaptype.c 1
221-
Modules/_testcapi/unicode.c 2
222-
Modules/_testcapi/mem.c 2
223-
Modules/_testcapi/watchers.c 3
224-
Modules/_testcapi/long.c 2
225-
Modules/_testcapi/pyatomic.c 1
226-
Modules/_testcapi/bytes.c 1
227-
Modules/_testcapi/monitoring.c 3
228-
Modules/_testlimitedcapi/heaptype_relative.c 3
229-
Modules/_testlimitedcapi/object.c 2
230-
Modules/_testlimitedcapi/unicode.c 2
231-
Modules/clinic/_testclinic.c.h 1
232-
Modules/_testclinic.c 1
233-
Modules/_testmultiphase.c 1
234-
Modules/pyexpat.c 14
235-
Modules/_elementtree.c 43
236-
Modules/getpath.c 7
237-
Modules/_sre/sre.c 16
238-
Modules/_sre/sre_lib.h 62
239-
Modules/_testexternalinspection.c 6
240-
Modules/_ctypes/_ctypes_test_generated.c.h 363
241-
Modules/_ctypes/_ctypes_test.c 7

0 commit comments

Comments
 (0)
0