You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/08/18 03:02:38 UTC

[GitHub] [pulsar] tuteng opened a new pull request #4974: Add default loader for latest pyyaml

tuteng opened a new pull request #4974: Add default loader for latest pyyaml
URL: https://github.com/apache/pulsar/pull/4974
 
 
   Fixes https://github.com/apache/pulsar/issues/4956
   
   *(or if this PR is one task of a github issue, please add `Master Issue: #<xyz>` to link to the master issue.)*
   
   Master Issue: https://github.com/apache/pulsar/issues/4956
   
   ### Motivation
   
   In the latest version of pyyaml, using load will issue a warning and explain some reasons here https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation.
   
   ### Modifications
   
   * Use yaml.FullLoader as default loader
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services