Actions
Bug #8503
closedFutureWarning: split() requires a non-empty pattern match
Status:
Closed
Priority:
Urgent
Assignee:
Category:
* Build commands extracting
Target version:
Start date:
10/16/2017
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
I noticed the following warning that happens likely during processing object symbols:
2017-10-16 12:37:13 (utils.py:267) LKBCE WARNING> "make" outputted to STDERR: /home/novikov/.pyenv/versions/3.6.1/lib/python3.6/re.py:212: FutureWarning: split() requires a non-empty pattern match. return _compile(pattern, flags).split(string, maxsplit)
It can become a fatal error in near future.
Updated by Alexey Polushkin about 7 years ago
- Status changed from New to Resolved
Resolved in 'fix_split_warning' branch
Updated by Evgeny Novikov about 7 years ago
- Status changed from Resolved to Closed
It helps, so I merged the branch to master in 526a9aeb.
Actions