New submission from abael:
Python-2.7.3/Objects/stringobject.c( SHA256SUM
ad7795c75e2a25247e4dea4cc5327c225c4da03b7c7d57226c817ba6d12a316c)
static PyObject *string_join(PyStringObject *self, PyObject *orig);
OLD IMPLEMENT LOGIC(Pseudo code):
char *sep = PyString_AS_STRING(self
Changes by abael :
--
components: +Interpreter Core -Library (Lib)
___
Python tracker
<http://bugs.python.org/issue15522>
___
___
Python-bugs-list mailin
abael added the comment:
added my implement( with some enhancement, got better performance, at less
for my apps. ).
test result:
with small chunk of str, got double performanc,
and 111% for big chunks; it
## Util funcion for text definition:
def pf(f,n):
a=time()
for i in xrange(n
abael added the comment:
do i need to fully maintain Python ?
2012/8/5 Serhiy Storchaka
>
> Changes by Serhiy Storchaka :
>
>
> --
> status: open -> pending
>
> ___
> Python tracker
> &
New submission from Abael He :
/opt/conda/lib/python3.8/site-packages/prompt_toolkit/shortcuts/prompt.py in
prompt(self, message, editing_mode, refresh_interval, vi_mode, lexer,
completer, complete_in_thread, is_password, key_bindings, bottom_toolbar,
style, color_depth
Abael He added the comment:
This is a bug caused by IPython:
/opt/conda/lib/python3.8/site-packages/IPython/terminal/ptutils.py in
get_completions(self, document, complete_event)
114 except Exception as e:
115 from traceback import print_tb
-->
New submission from Abael He :
Abaels-MBP:notebook-myfork abaelhe$ pip install jupyterlab_powerpoint
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple,
https://mirror.baidu.com/pypi/simple
Collecting
Change by Abael He :
--
versions: +Python 3.10, Python 3.9
___
Python tracker
<https://bugs.python.org/issue41693>
___
___
Python-bugs-list mailing list
Unsub
Abael He added the comment:
"traceback.py" exception occurred During handling of the jupyter exception;
that denotes we need more robust "traceback.py";
i have submit PR:
https://github.com/python/cpython/pull/22064
--
___
Py
Abael He added the comment:
jupyterlab bug
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue41693>
___
___
10 matches
Mail list logo